projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a98939
)
Disable the GDI+ loaders by default as they are broken.
author
Tor Lillqvist
<tml@iki.fi>
Thu, 16 Jul 2009 19:03:33 +0000
(22:03 +0300)
committer
Tor Lillqvist
<tml@iki.fi>
Thu, 16 Jul 2009 19:05:17 +0000
(22:05 +0300)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 0893f540fa03b441329af874f2e315d22f41d2ef..e31eea89b9ecba87ea89c5c14be5edf9b9249e94 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-829,8
+829,9
@@
AC_ARG_WITH(libjasper,
[disable JPEG2000 loader for gdk-pixbuf])])
AC_ARG_ENABLE(gdiplus,
- [AC_HELP_STRING([--disable-gdiplus],
- [disable GDI+ loaders for gdk-pixbuf])])
+ [AC_HELP_STRING([--enable-gdiplus],
+ [enble GDI+ loaders for gdk-pixbuf (currently known to be broken)])],,
+ [enable_gdiplus=no])
AM_CONDITIONAL(BUILD_GDIPLUS_LOADERS, [ test x$os_win32 = xyes && test x$enable_gdiplus != xno ])